home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
GUI
/
GUIFront
/
Demos
/
Source
/
smakefile
< prev
next >
Wrap
Makefile
|
1994-06-14
|
359b
|
20 lines
#.SILENT:
all: threebut threebut2
.c.o:
sc $*
threebut: mystartup.o generic.o threebut.o
sc link generic.o threebut.o to threebut
delete threebut.lnk
threebut2: mystartup.o generic.o threebut2.o
sc link generic.o threebut2.o to threebut2
delete threebut2.lnk
threebut.o: threebut.c
threebut2.o: threebut2.c
mystartup.o: mystartup.c